home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 476-500 / disk_479 / uucp / uucp113.1.lzh / uucp1 / s / startup-sequence < prev   
Text File  |  1991-01-06  |  1KB  |  49 lines

  1.  
  2. ;   Standalone Startup Sequence for UUCP
  3. ;
  4. ;   no-frills startup-sequence.
  5.  
  6. system/Assign c: system
  7. system/path reset c
  8. resident c:Assign
  9. resident c:Wait
  10.  
  11. ; Need 8192 for all UUCP programs
  12. stack 8192
  13. Addbuffers df0: 10
  14.  
  15. Assign UUCP:    :
  16. Assign t:   ram:
  17.  
  18. ; NORMALLY YOU DO NOT ASSIGN SPOOL, MAIL, AND NEWS TO VOLTILE STORAGE!
  19. ; THIS IS A SAMPLE STARTUP
  20. ;
  21. ; TMP: is used by DCron
  22.  
  23. Assign TMP:        ram:
  24. Assign ENV:        ram:
  25. Assign UUSPOOL:     ram:
  26. Assign UULIB:        UUCP:Lib
  27. Assign UUMAIL:        ram:
  28. Assign UUNEWS:        ram:
  29. ; UUPUB*: normally not temporary storage either.
  30. Assign UUPUB:        ram:
  31. Assign UUPUBW:        UUCP:Pub
  32. Assign Getty:        UUCP:Lib
  33.  
  34. ; Note, contains only dmail.help on the first distribution floppy
  35. ; required for online help
  36. Assign UUMan:        UUCP:man
  37.  
  38. mount null: from devs:Mountlist.uucp
  39. ;;mount uuser:    UUSER IS BROKEN UNDER 1.08, SORRY!
  40.  
  41. IF EXISTS S:HARD-TEST
  42. run <nil: >nil: Getty -B9600 -Md -h0 -c0
  43. ELSE
  44. run <nil: >nil: Getty -B1200 -Mh -7
  45. ENDIF
  46. wait 4
  47. run <nil: >nil: dcron T:dcron.log
  48.  
  49.